home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1986 June / 64er_Magazin_86-06_1986_Markt__Technik_de_Side_A.d64 / shades control (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  383b  |  8 lines

  1. 10 sys7*4096:print"shades - filter control":print"to increase filter press +"
  2. 20 print"to decrease filter press -"
  3. 30 print"[145]filter =     [157][157][157][157]";(fand255)
  4. 40 a=peek(203)
  5. 50 ifa=40thenf=f+1:sys2265:goto30
  6. 60 ifa=43thenf=f-1:sys2268:goto30
  7. 70 goto40
  8.